70. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-03-13 03:00:44 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

70.1 Files compared

#LocationFileLast Modified
1Porto v4.0.4/Porto Theme/app/code/Mageplaza/LayeredNavigation/view/frontend/layoutcatalog_category_view_type_layered.xml2022-04-22 07:34:10 +0000
2Porto v4.0.5/Porto Theme/app/code/Mageplaza/LayeredNavigation/view/frontend/layoutcatalog_category_view_type_layered.xml2023-02-06 09:08:52 +0000

70.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged2184
Changed12
Inserted00
Removed00

70.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

70.4 Active regular expressions

No regular expressions were active.

70.5 Comparison detail

1 <?xml  1 <?xml 
2  version="1.0" 2  version="1.0"
3 ?> 3 ?>
4 <!-- 4 <!--
5 /** 5 /**
6  * Mageplaza 6  * Mageplaza
7  * 7  *
8  * NOTICE OF LICENSE 8  * NOTICE OF LICENSE
9  * 9  *
10  * This source file is subject to the Mageplaza.com license that is 10  * This source file is subject to the Mageplaza.com license that is
11  * available through the world-wide-web at this URL: 11  * available through the world-wide-web at this URL:
12  * https://www.mageplaza.com/LICENSE.txt 12  * https://www.mageplaza.com/LICENSE.txt
13  * 13  *
14  * DISCLAIMER 14  * DISCLAIMER
15  * 15  *
16  * Do not edit or add to this file if you wish to upgrade this extension to newer 16  * Do not edit or add to this file if you wish to upgrade this extension to newer
17  * version in the future. 17  * version in the future.
18  * 18  *
19  * @category    Mageplaza 19  * @category    Mageplaza
20  * @package     Mageplaza_LayeredNavigation 20  * @package     Mageplaza_LayeredNavigation
21  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/) 21  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
22  * @license     https://www.mageplaza.com/LICENSE.txt 22  * @license     https://www.mageplaza.com/LICENSE.txt
23  */
 23  */ 
24 --> 24 -->
25 <page  25 <page 
26  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  26  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
27  xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" 27  xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"
28 > 28 >
29       29      
30  <body> 30  <body>
31            31           
32   <referenceBlock  32   <referenceBlock 
33    name="catalog.leftnav" 33    name="catalog.leftnav"
34   > 34   >
35                 35                
36    <action  36    <action 
37     method="setTemplate"  37     method="setTemplate" 
38     ifconfig="layered_navigation/general/enabled" 38     ifconfig="layered_navigation/general/enabled"
39    > 39    >
40                      40                     
41     <argument  41     <argument 
42      name="template"  42      name="template" 
43      xsi:type="string" 43      xsi:type="string"
44     > 44     >
45      Mageplaza_LayeredNavigation::layer/view.phtml 45      Mageplaza_LayeredNavigation::layer/view.phtml
46     </argument> 46     </argument>
47                  47                 
48    </action> 48    </action>
49                 49                
50    <block  50    <block 
51     class="Mageplaza\LayeredNavigation\Block\Navigation\FilterRenderer\CategoryTree" 51     class="Mageplaza\LayeredNavigation\Block\Navigation\FilterRenderer\CategoryTree"
52                        52                       
53     name="mplayer.category.renderer" 53     name="mplayer.category.renderer"
54                        54                       
55     as="mplayer-renderer" 55     as="mplayer-renderer"
56                        56                       
57     template="Mageplaza_LayeredNavigation::layer/categoryTree.phtml" 57     template="Mageplaza_LayeredNavigation::layer/categoryTree.phtml"
58    /> 58    />
59                 59                
60    <container  60    <container 
61     name="layer.additional.info"  61     name="layer.additional.info" 
62     as="layer_additional_info" 62     as="layer_additional_info"
63    /> 63    />
64                 64                
65    <container  65    <container 
66     name="layer.content.before"  66     name="layer.content.before" 
67     as="layer_content_before" 67     as="layer_content_before"
68    /> 68    />
69             69            
70   </referenceBlock> 70   </referenceBlock>
71            71           
72   <referenceBlock  72   <referenceBlock 
73    name="catalog.navigation.renderer" 73    name="catalog.navigation.renderer"
74   > 74   >
75                 75                
76    <action  76    <action 
77     method="setTemplate"  77     method="setTemplate" 
78     ifconfig="layered_navigation/general/enabled" 78     ifconfig="layered_navigation/general/enabled"
79    > 79    >
80                      80                     
81     <argument  81     <argument 
82      name="template"  82      name="template" 
83      xsi:type="string" 83      xsi:type="string"
84     > 84     >
85      Mageplaza_LayeredNavigation::layer/filter.phtml 85      Mageplaza_LayeredNavigation::layer/filter.phtml
86     </argument> 86     </argument>
87                  87                 
88    </action> 88    </action>
89             89            
90   </referenceBlock> 90   </referenceBlock>
91        91       
92  </body> 92  </body>
93 </page> 93 </page>